--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commits v4.4.0-rc.1 (3e06f582)
9dbc63b Ivan 2026-04-01 11:11:23 - 4 months ago
feat(vite.config): improve chunk grouping with priority settings and add shared-async group for better optimization
15198b6 Ivan 2026-04-01 11:08:03 - 4 months ago
refactor(vite.config): simplify vendor chunk group regex patterns for improved readability
6c890cd Ivan 2026-04-01 11:07:58 - 4 months ago
chore(package): update lodash version override to >=4.17.23
4e9f8eb Ivan 2026-04-01 10:49:39 - 4 months ago
feat(package): add toolsets configuration for appimage version 1.0.2 in package.json and package-legacy.json
fda9f18 Ivan 2026-04-01 10:49:30 - 4 months ago
refactor(tests): update concurrent writer tests with dynamic throughput floor based on environment variables
d5e4afc Ivan 2026-04-01 10:00:29 - 4 months ago
refactor(ci): replace sudo commands with exec-priv.sh for improved privilege handling in CI workflows
242325b Ivan 2026-04-01 09:53:17 - 4 months ago
feat(ci): add priv.sh script to handle commands requiring root privileges and update setup scripts to use it
fd1e3d6 Ivan 2026-04-01 01:55:42 - 4 months ago
style(components): update font settings and layout for improved readability and consistency across ArchivesPage, MicronEditorPage, and NomadNetworkPage
c8963e3 Ivan 2026-04-01 01:33:58 - 4 months ago
chore(changelog): update to reflect removal of axios dependency, upgrade to Vite 8, and other notable changes
ad01dcc Ivan 2026-04-01 01:33:52 - 4 months ago
docs(README): format
c93eedb Ivan 2026-04-01 01:33:35 - 4 months ago
chore(tests): format
53514ab Ivan 2026-04-01 01:33:18 - 4 months ago
chore(dependencies): upgrade @vitejs/plugin-vue to 6.0.5 and vite to 8.0.3 in package.json and pnpm-lock.yaml
4793266 Ivan 2026-04-01 01:33:10 - 4 months ago
refactor(vite.config): update code splitting by defining vendor chunk groups and updating export configuration
7091e81 Ivan 2026-04-01 01:32:55 - 4 months ago
refactor(main): replace global axios usage with createApiClient for improved API handling
bf822b6 Ivan 2026-04-01 01:31:50 - 4 months ago
refactor(api): replace axios with window.api for all API calls in frontend components
3239146 Ivan 2026-03-31 16:42:12 - 4 months ago
fix(e2e): update default backend port to avoid conflicts and ensure consistent configuration across files
4521154 Ivan 2026-03-31 16:34:43 - 4 months ago
docs(meshchatx): update
f143bbd Ivan 2026-03-31 16:23:13 - 4 months ago
fix(meshchat): format
624ad5b Ivan 2026-03-31 16:13:27 - 4 months ago
feat(CHANGELOG): document new custom TLS certificate options and improvements in Docker container image
5ae7816 Ivan 2026-03-31 16:11:20 - 4 months ago
docs(README): add documentation for custom SSL certificate and key options in configuration
8f1e76e Ivan 2026-03-31 16:11:15 - 4 months ago
feat(ssl): add support for custom SSL certificate and key paths, enhancing HTTPS configuration options
ced8a9b Ivan 2026-03-31 16:04:32 - 4 months ago
chore(http_api_routes): update API routes configuration with additional endpoints and improved structure
03d00d0 Ivan 2026-03-31 16:04:24 - 4 months ago
feat(Dockerfile): add healthcheck and add explicit USER
4d628e9 Ivan 2026-03-31 05:08:27 - 4 months ago
feat(CHANGELOG): update
469da11 Ivan 2026-03-31 05:08:03 - 4 months ago
docs(SECURITY.md): update security guidelines for public exposure
8c37226 Ivan 2026-03-31 05:07:50 - 4 months ago
feat(DebugLogsPage, tests): add tests for debug logs and access attempts tabs, enhancing visibility and functionality in the UI
25102f8 Ivan 2026-03-31 05:07:43 - 4 months ago
feat(database): initialize AccessAttemptsDAO in Database class for tracking access attempts
8367f17 Ivan 2026-03-31 05:07:38 - 4 months ago
feat(database): add AccessAttempts table and update schema version to 42
8fb2e3c Ivan 2026-03-31 05:07:25 - 4 months ago
feat(ci): add Trivy scan for Dockerfile misconfigurations
730dd0b Ivan 2026-03-31 05:07:12 - 4 months ago
feat(Auth, AccessAttempts): add AccessAttemptsDAO for logging and managing user access attempts, including trusted client handling and cleanup of old records
561ee75 Ivan 2026-03-31 05:07:05 - 4 months ago
feat(Auth, AccessAttempts): implement access attempt logging and client IP retrieval for setup and login processes, enhancing security and user feedback
28e7c0d Ivan 2026-03-31 05:06:58 - 4 months ago
feat(locales): add debug logs section with improved labels and messages for better user experience across German, English, Italian, and Russian translations
ea407d0 Ivan 2026-03-31 05:06:48 - 4 months ago
feat(tests): add comprehensive tests for access attempts, enforcement, and security paths, including database migration and backup safety
06396a1 Ivan 2026-03-31 05:06:38 - 4 months ago
feat(GlobalState, Auth): integrate global authentication state management and enhance WebSocket connection handling
51f7c88 Ivan 2026-03-31 05:06:30 - 4 months ago
feat(App, NotificationBell, AuthPage): implement shell authentication state management, enhance notification fetching logic, and update UI text for clarity
b5aac9a Ivan 2026-03-31 05:06:17 - 4 months ago
feat(DebugLogsPage): log and access attempt tabs with improved search functionality and dynamic placeholders
11d4c94 Ivan 2026-03-31 04:50:16 - 4 months ago
feat(tests): add new E2E tests for API responses and deep-linked routes
4ddead8 Ivan 2026-03-31 04:12:01 - 4 months ago
chore: regenerate requirements.txt using pip-compile for updated dependency management
db6e0e4 Ivan 2026-03-31 03:21:58 - 4 months ago
chore(ci): update Trivy scan command to skip .pnpm-store directory
5e48a77 Ivan 2026-03-31 03:09:26 - 4 months ago
chore: update dependencies in pyproject.toml and bump aiohttp version in poetry.lock
d03bdf0 Ivan 2026-03-31 03:07:41 - 4 months ago
cleanup
2aafb29 Ivan 2026-03-31 02:00:56 - 4 months ago
feat(tests): update CI workflow by adding Playwright Chromium installation and E2E test execution
50981d9 Ivan 2026-03-31 02:00:45 - 4 months ago
fix(CommandPalette): ensure global keydown event listener captures events and prevents propagation
de5ee9c Ivan 2026-03-31 02:00:41 - 4 months ago
feat(e2e): add script to start E2E stack with MeshChat backend and Vite
ed840cd Ivan 2026-03-31 02:00:35 - 4 months ago
feat: improve keyboard shortcuts handling and add E2E helper functions for command palette interaction
0709ce4 Ivan 2026-03-31 02:00:23 - 4 months ago
feat(tests): add comprehensive Playwright E2E tests for navigation, shell, and smoke scenarios
4ff4a12 Ivan 2026-03-31 02:00:16 - 4 months ago
feat(tests): add Playwright configuration for end-to-end testing
6b290fd Ivan 2026-03-31 02:00:11 - 4 months ago
chore: update .dockerignore and .gitignore to include test result directories
1c1968c Ivan 2026-03-31 02:00:04 - 4 months ago
feat(tests): add Playwright E2E testing task to Taskfile
958e495 Ivan 2026-03-31 02:00:00 - 4 months ago
feat(tests): add Playwright end-to-end testing commands and dependencies
94f1785 Ivan 2026-03-31 01:59:36 - 4 months ago
chore: update CHANGELOG for version 4.4.0
568da85 Ivan 2026-03-30 23:41:14 - 4 months ago
chore: remove flake.lock and flake.nix files to clean up project structure
9411673 Ivan 2026-03-30 23:41:05 - 4 months ago
docs(lang): remove Nix section from README files in multiple languages
281ec1f Ivan 2026-03-30 23:38:27 - 4 months ago
feat(tests): add HTTP API routes fixture for comprehensive route testing
dead9b0 Ivan 2026-03-30 23:33:21 - 4 months ago
test(tests): increase timeout threshold for MicronParser performance test
a18f77c Ivan 2026-03-30 23:33:16 - 4 months ago
feat(tests): configure coverage reporting for frontend tests with v8 provider
5bfec92 Ivan 2026-03-30 23:33:09 - 4 months ago
feat(tests): add HTTP API contract tests and helpers for route validation
39bddfb Ivan 2026-03-30 23:33:01 - 4 months ago
feat(tests): add frontend test coverage task and update overall coverage command
be79b45 Ivan 2026-03-30 23:32:53 - 4 months ago
feat(tests): add integration marker for optional tests in pytest configuration
4297976 Ivan 2026-03-30 23:32:46 - 4 months ago
docs(security): update security documentation with detailed CI/CD workflows, release provenance, and verification processes
4fa7940 Ivan 2026-03-30 23:32:35 - 4 months ago
feat(ci): update build and scan workflows with cosign integration and frontend dependency management
e8e5128 Ivan 2026-03-30 23:32:22 - 4 months ago
feat(ci): add scripts for cosign setup, release asset attestation, and verification
eb0fec5 Ivan 2026-03-30 23:32:10 - 4 months ago
chore: update CHANGELOG to reflect removal of legacy PR vulnerability scanner in favor of Trivy
6e44333 Ivan 2026-03-30 23:28:50 - 4 months ago
chore: update .gitignore to include cosign.key and coverage directory
93f8f76 Ivan 2026-03-30 23:28:12 - 4 months ago
chore: update dependencies in package.json and pnpm-lock.yaml, add test coverage script
8d8806d Ivan 2026-03-24 01:45:18 - 4 months ago
feat(frontend): implement 'show unknown contact banner' toggle in settings and update conversation viewer logic
c8e0e21 Ivan 2026-03-24 01:45:10 - 4 months ago
feat(config): add 'show unknown contact banner' configuration option and update serialization in ReticulumMeshChat
c0b9000 Ivan 2026-03-24 01:45:01 - 4 months ago
feat(i18n): add 'show unknown contact banner' option and descriptions in German, English, Italian, and Russian locales
f4d3a0b Ivan 2026-03-23 22:41:24 - 4 months ago
chore: update version to 4.4.0 in PKGBUILD and adjust pkgver function accordingly
4edb9c7 Ivan 2026-03-23 22:41:20 - 4 months ago
feat(data): add community interfaces JSON file with user-submitted online listings
27f3ce9 Ivan 2026-03-23 22:41:07 - 4 months ago
feat(frontend): add option to lift banishment from conversation menu and update version to 4.4.0 in tests
0b0c5b4 Ivan 2026-03-23 22:40:57 - 4 months ago
chore: update README and CHANGELOG
bac36e8 Ivan 2026-03-23 22:40:33 - 4 months ago
chore: update version to 4.4.0
daf48ec Ivan 2026-03-23 22:40:08 - 4 months ago
chore: bump version to 4.4.0; refactor announce limits and add new community interfaces management
cfcc788 Ivan 2026-03-23 22:39:14 - 4 months ago
docs: linux sandbox; add community interfaces JSON build script
a9a7dd5 Ivan 2026-03-23 22:39:11 - 4 months ago
test: community interfaces, hex utils, archives and conversation viewer
83ed463 Ivan 2026-03-23 22:38:54 - 4 months ago
feat(frontend): interfaces, archives, messages, settings, i18n
149d58f Ivan 2026-03-23 20:32:47 - 4 months ago
Implement inbound stamp toggle feature in settings, allowing users to enable/disable proof-of-work stamps for direct messages.
317b6b4 Ivan 2026-03-22 13:36:48 - 4 months ago
Update CI workflows to include Node.js path setup for dependency installation and build steps
628976c Ivan 2026-03-22 13:36:44 - 4 months ago
Add PATH export to CI scripts for Node.js and pnpm setup
f8a4bdf Ivan 2026-03-22 13:23:58 - 4 months ago
Refactor Git checkout process in CI workflows to improve error handling and support for Gitea and GitHub URLs.
a1a480a Ivan 2026-03-22 13:09:17 - 4 months ago
Refactor test mocks in various components to use function constructors instead of arrow functions for improved compatibility with Vitest 4.
478cc1a Ivan 2026-03-22 13:09:04 - 4 months ago
Add documentation for running MeshChatX in Firejail and Bubblewrap sandboxes on Linux
071ad08 Ivan 2026-03-22 13:08:59 - 4 months ago
Update MicronParser handling in Vite config to support additional import path
9497202 Ivan 2026-03-22 13:08:48 - 4 months ago
Refactor MicronParser
b0030f0 Ivan 2026-03-22 13:08:31 - 4 months ago
Refactor MicronParser import paths in ArchivesPage and MicronEditorPage components
0564eb8 Ivan 2026-03-22 13:08:26 - 4 months ago
Improve message handling by stripping UTF-16 surrogates from search terms and cleaning up input strings in ReticulumMeshChat.
418e130 Ivan 2026-03-22 13:08:13 - 4 months ago
Add documentation for running MeshChatX in Firejail and Bubblewrap sandboxes on Linux
af96d96 Ivan 2026-03-22 13:08:06 - 4 months ago
Update pnpm version in setup script to 10.32.1
e3289c5 Ivan 2026-03-22 13:08:01 - 4 months ago
Update test command in Makefile to use the Python module syntax for pytest
8275186 Ivan 2026-03-22 13:07:53 - 4 months ago
Update READMEs
3131732 Ivan 2026-03-22 13:04:07 - 4 months ago
Add docker-entrypoint.sh and update Dockerfile for entrypoint configuration
d07737f Ivan 2026-03-22 13:03:56 - 4 months ago
Update package dependencies and configurations
fe2ef20 Ivan 2026-03-22 13:03:10 - 4 months ago
Update CHANGELOG
80fd732 Ivan 2026-03-22 12:12:12 - 4 months ago
Refactor CI workflows to use custom scripts for setup and remove deprecated actions.
520be25 Ivan 2026-03-22 12:11:47 - 4 months ago
Remove obsolete OSV scan script and add new CI scripts for Docker, Java, Node.js, Python, and Task setup
3fef4a2 Ivan 2026-03-22 12:11:18 - 4 months ago
Add .pnpm-store/ to .dockerignore, .gitignore, and .prettierignore
01ad9cc Sudo-Ivan 2026-03-12 21:54:41 - 5 months ago
Update dependencies in pyproject.toml and poetry.lock
9455dfd Sudo-Ivan 2026-03-12 21:44:55 - 5 months ago
Update CHANGELOG
397c3b3 Sudo-Ivan 2026-03-12 21:44:35 - 5 months ago
Refactor i18n tests to dynamically load locale files and ensure all locales have a _languageName property. Update LanguageSelector tests for correct language display order.
Page 1 | Older »
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────